Papers with inconsistency problem
Mitigating Inconsistencies in Multimodal Sentiment Analysis under Uncertain Missing Modalities (2022.emnlp-main)
Copied to clipboard
| Challenge: | Existing studies ignore the inconsistency phenomenon of missing modality in multimodal sentiment analysis . neglect of missing modalities may lead to incorrect semantic results . |
| Approach: | They propose an ensemble-based Missing Modality Reconstruction network to detect and recover missing modality features. |
| Outcome: | The proposed method is superior to existing methods on CMU-MOSI and IEMOCAP datasets. |
Transductive Learning for Unsupervised Text Style Transfer (2021.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for style transfer are based on an inductive learning approach, which represents the style as embeddings, decoder parameters, or discriminator parameters and directly applies these general rules to the test cases. |
| Approach: | They propose a retrieval-based context-aware style representation that involves top-K relevant sentences in the target style in the transfer process. |
| Outcome: | The proposed method outperforms several strong baselines and is general and effective to the task of unsupervised style transfer. |
Improving the Robustness of Large Language Models via Consistency Alignment (2024.lrec-main)
Copied to clipboard
Yukun Zhao, Lingyong Yan, Weiwei Sun, Guoliang Xing, Shuaiqiang Wang, Chong Meng, Zhicong Cheng, Zhaochun Ren, Dawei Yin
| Challenge: | Large language models have shown tremendous success in following user instructions and generating helpful responses, but their robustness is still far from optimal. |
| Approach: | They propose a two-stage training framework that helps a model generalize on following instructions via similar instruction augmentations. |
| Outcome: | The proposed training framework improves diversity and aligns the model with human expectations by differentiating subtle differences in similar responses. |